Xcode Video From UITableView [migrated]
Posted
by
Luis Felipe Beltran
on Programmers
See other posts from Programmers
or by Luis Felipe Beltran
Published on 2012-12-05T13:39:43Z
Indexed on
2012/12/05
17:26 UTC
Read the original article
Hit count: 333
xcode
I have created different UITableViews. Each of these are dynamic tables that contain NSarrays of words. Right now When a cell is tabbed it takes the user to another View (simple view controller) that has a label and a UIImageview that displays a picture. My problem is that I also want to show video. Some of these words need to show pictures, and others need to show video. I have shown video before but I have done it using a button. I need help! I would appreciate if you guys could help here. Again, Im trying to show a video from a UITableView after the user tabs a cell. (I have many videos not just one, so dynamically would be better if possible)
© Programmers or respective owner